home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / scrtex11.zip / SCR2TEX.DOC < prev    next >
Text File  |  1993-03-24  |  3KB  |  88 lines

  1.  
  2.  
  3.  
  4. ---------------------------------------------------------------------------
  5.         Sally Tex-Format Screen Dumper version 1,10
  6.              Morten Welinder & Peter Hjæresen
  7.                 March 1993
  8. ---------------------------------------------------------------------------
  9.  
  10. 1. Welcome
  11.  
  12. Welcome to the Sally Tex-Format Screen Dumper, a utility for producing
  13. manuals et cetera with screen dumps using simple LaTeX and no extras.
  14. The program supports frames and almost all the strange characters found
  15. in text modes.
  16.  
  17. This program is in the public domain; no fee is charged and it may be 
  18. distributed freely.  We ask of you to keep the package intact when you
  19. distribute -- that makes it easier for us to respond correctly to bug
  20. reports and other comments on the program.
  21.  
  22.  
  23. 2. Usage
  24.  
  25. To start the program, type
  26.  
  27.     Scr2Tex <Program> <Parameters>
  28.  
  29. where <Program> is the name of your program and <Parameters> is a list of
  30. its parameters.  Your program must be either a .Com file or a .Exe file;
  31. .Bat files are not supported directly.  You can also make Scr2Tex go
  32. pseudo-resident by using "Command.Com" as the program.
  33.  
  34. When Scr2Tex is loaded all Print-Screen commands are trapped.  Instead of
  35. printing to the printer, the image goes to a file named "Dump0001.Scr" for
  36. the first dump, "Dump0002.Scr" for the next, et cetera.  The format used is
  37. suitable for inclusion in LaTeX documents with the \scrdump macro found
  38. in the file "Scrdumps.Sty" supplied with this program.
  39.  
  40. Scr2Tex currently supports only three different code pages: 437 (English),
  41. 850 (Multi-lingual), and 865 (Denmark & Norway). If the active code page is
  42. not one of these a warning is printed and 437 is used.  If you have a
  43. really good reason for using any other code page, go ahead and tell me.
  44.  
  45. To test the program use the command "Scr2Tex Test". Press Print-Screen and
  46. then Enter. Then use LaTex on the document "Test.Tex".  You may have to
  47. generate a new font (type writer, 8pt).  When printing the output of the
  48. test program you may find that the output is ugly!  Don't worry, most 
  49. reasonably screen dumps come out all right -- try printing "Frista.Scr".
  50.  
  51.  
  52. 3. Bugs
  53.  
  54. The following bugs are known:
  55.  
  56.     - Not all characters are supported; unsupported ones are printed as
  57.       "?".  Study the output from the supplied test program.
  58.     - Colours are not supported.  If you have any ideas about what to
  59.       do I'd be glad to hear from you.
  60.     - Some characters printed are not 100% correct. (Sometimes I simply
  61.       chose an approximation.)
  62.     - Double line corners are not 100% correct.
  63.     - The lower two corners of the test program are funny looking when
  64.       using code page 850 -- both on screen and on paper.
  65.     - The output files are put in the current directory whatever that 
  66.       is at the time of the dump.
  67.     - The search order of .Com and .Exe is not 100% compatible with
  68.       "Command.Com" in the case that you have both.
  69.  
  70. If you find any other bugs, or if you have comments on the program, feel 
  71. free to snail-mail a letter to
  72.  
  73.     Morten Welinder
  74.     Borups Alle 249b, 3tv
  75.     DK-2400  Koebenhavn NV
  76.     Denmark
  77.  
  78. or email to terra@diku.dk -- my student's account at the Department of
  79. Computer Science, University of Copenhagen.
  80.  
  81.  
  82. 4. Notes
  83.  
  84. Scr2Tex (barely) complies with version 3.5 of the Alternate Multiplex 
  85. Interrupt Specification.  It uses the signatures "Sally IS" for 
  86. manufacturer and "SCR2TEX " for product name.  It hooks interrupts
  87. 05h and 2Dh.
  88.